Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.Exchangeable Namespace / IExtensionCollection<T> Interface / Find Method / Find<E>() Method
The type of extension object.


In This Topic
Find<E>() Method
In This Topic
Finds the specified extension object in the collection.
Syntax
'Declaration
 
Overloads Function Find(Of E As IExtension(Of T))() As E
 
'Usage
 
Dim instance As IExtensionCollection(Of T)
Dim value As E
 
value = instance.Find(Of E)()

Type Parameters

E
The type of extension object.

Return Value

The extension object that was found.
See Also